Build your application for Android

In this step you build your application for Android. Before you start this step make sure that you have a working Android build environment. See Installing Kanzi build environment for Android.

To build your application for Android:

  1. Update Android build configuration to include the image files in the Android application installer:
    1. In a text editor open <KanziWorkspace>/Tutorials/Adding code/Start here/Programmer_tutorial/Application/configs/platforms/android/build.xml and add after <fileset dir="${asset.absolute.dir}/../../../../bin">
      <include name="**/*.png"/>
    2. Save the file.
  2. Connect your Android device to your computer.
  3. Build and install your Kanzi application to your Android device. You can do this in either Kanzi Studio or Scons:

< PREVIOUS STEP